(build-mail-abbrevs): Pass just two args to define-mail-alias.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Jun 1993 20:36:10 +0000 (20:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Jun 1993 20:36:10 +0000 (20:36 +0000)
lisp/mail/mailabbrev.el

index 00ecb7f0cdd2d45399c24532c3e46bc293f8a311..c3295c872edbbe31647d827576b7b222df15dcf2 100644 (file)
@@ -211,8 +211,7 @@ no aliases, which is represented by this being a table with no entries.)")
 ;              (message "** %s \"%s\"" name (buffer-substring start (point)))(sit-for 1)
                (define-mail-alias
                    name
-                   (buffer-substring start (point))
-                   t))))
+                   (buffer-substring start (point))))))
          ;; Resolve forward references in .mailrc file.
          ;; This would happen automatically before the first abbrev was
          ;; expanded, but why not do it now.